pathcompactpathex (shlwapi)
Last changed: -92.27.131.29

.
Summary
TODO - a short description

C# Signature:

[DllImport("shlwapi.dll", CharSet=CharSet.Auto)]
public static extern int PathCompactPathEx(StringBuilder pszOut, string szPath, int cchMax, int dwFlags);

VB Signature:

Declare Function PathCompactPathEx Lib "shlwapi.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

If you have an HDC, take a look at PathCompactPath

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation